It is not a pipe but oil paint on canvas.
René Magritte was a surrealist painter that encouraged the viewer to use their free mind to explore the logical shortcuts that human take when viewing items and instead to encourage alternative thinking about what is in front of you.
R is a language for data analysis and manipulation.
Some of the challenges that I’ve seen individuals face when learning something like R.
There are several benefits to larning a general purpose analysis framework.
Don’t know GitHub? Start panicking! JK. We’ll get there together.
First things first! We need to get everyone configured to have the most up-to-date versions of the software and libraries we are going to start with on this class.
Next, let’s install an integrative developer environment (IDE).
Install RStudio—the “One True Interface” (2023.06.1+524 or later).
Install Quarto to help make dynamic documents, webpages, sites, and reports (1.0.38 or later)
Install Packages that we’ll start with. These are located in my teaching GitHub repository but can be accessed directly from within R. This will configure some basic packages for you to start with (we will come back to this later).
Let’s let quarto install a few additional things on your machine. Switch over to the terminal in RStudio and type the following (for TeX)
quarto install tool tinytex
And if you do not have a version of Chrome on your laptop, also hit this one to aid in rendering images for pdf and docx files.
quarto install tool chromium
Return to the course index page.